home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Sample Code / Snippets / Toolbox / PBAllocate / Allocate.make < prev    next >
Encoding:
Text File  |  1992-07-15  |  416 b   |  21 lines  |  [TEXT/MPS ]

  1. #   File:       Allocate.make
  2. #   Target:     Allocate
  3. #   Sources:    Alloc.cp
  4. #   Created:    Tuesday, February 12, 1991 1:57:33 PM
  5.  
  6.  
  7. OBJECTS = Alloc.cp.o
  8.  
  9.  
  10.  
  11. Allocate ƒƒ Allocate.make {OBJECTS}
  12.     Link -d -c 'MPS ' -t MPST ∂
  13.         {OBJECTS} ∂
  14.         "{CLibraries}"StdCLib.o ∂
  15.         "{Libraries}"Stubs.o ∂
  16.         "{Libraries}"Runtime.o ∂
  17.         "{Libraries}"Interface.o ∂
  18.         -o Allocate
  19. Alloc.cp.o ƒ Allocate.make Alloc.cp
  20.      CPlus  Alloc.cp
  21.